From 6a86acb9cec8d8852b326e9b3d56746f3adb245c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Jun 2021 12:59:57 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- gtk/gtktreeview.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index bc91b7f83e..0895756234 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -1172,7 +1172,7 @@ gtk_tree_view_class_init (GtkTreeViewClass *class) * The "row-activated" signal is emitted when the method * gtk_tree_view_row_activated() is called. * - * It is called when the user double-clicks a treeview row with the + * This signal is emitted when the user double-clicks a treeview row with the * [property@Gtk.TreeView:activate-on-single-click] property set to %FALSE, * or when the user single-clicks a row when that property set to %TRUE. * -- 2.30.2